home *** CD-ROM | disk | FTP | other *** search
/ The Body Language - 48 Kinds of Fuck / The Body Language - 48 Kinds of Fuck.iso / mac / DATA / 44 / 00031_Script_31 < prev    next >
Text File  |  1995-08-07  |  232b  |  17 lines

  1. on exitFrame
  2.   CHECKSE
  3.   if rollover(3) then 
  4.     go"SM"
  5.   
  6.     
  7.   else if rollover(9) then 
  8.     go"M"
  9.   else if rollover(10) then 
  10.     go"K"
  11.   
  12.   else if rollover(18) then 
  13.     go"QUIT"
  14.   else
  15.     go"S"
  16.   end if
  17. end